home *** CD-ROM | disk | FTP | other *** search
- /* ---- standard startup if started via Thumbnail click --------- */
-
- OPTIONS RESULTS
-
- PARSE ARG iname itype pos
-
- /* -------------------------------------------------------------- */
-
- GETTHUMBINFO PICWIDTH
- picwidth = RESULT
- GETTHUMBINFO PICHEIGHT
- picheight = RESULT
- GETTHUMBINFO PICDEPTH
- picdepth = RESULT
-
- IDREQUEST "OK" '"'||,
- 'name: '||iname||'0A'x||,
- 'type: '||itype||'0A'x||,
- 'width: '||picwidth||'0A'x||,
- 'height:'||picheight||'0A'x||,
- 'depth: '||picdepth||'0A'x||,
- 'pos: '||pos||,
- '"'
-